Break up GitSource
authorYehuda Katz <wycats@gmail.com>
Fri, 30 May 2014 03:35:09 +0000 (20:35 -0700)
committerYehuda Katz <wycats@gmail.com>
Fri, 30 May 2014 03:35:09 +0000 (20:35 -0700)
commitcda93d8096777bdf217ef7f69eed5cf87699e5f8
tree98e56d26e83efe064a557ff46ab2bec06538e700
parent30cc28333dd3ce5f62409e6a14ae2641c512f032
Break up GitSource
src/cargo/sources/git.rs [deleted file]
src/cargo/sources/git/mod.rs [new file with mode: 0644]
src/cargo/sources/git/source.rs [new file with mode: 0644]
src/cargo/sources/git/utils.rs [new file with mode: 0644]